ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / BatchEdit Property

In This Topic
    BatchEdit Property (IItemsSource<T>)
    In This Topic
    Gets or sets whether modifications will be sent to the server in batches or as individually requests.
    Syntax
    'Declaration
     
    Property BatchEdit As Boolean
    bool BatchEdit {get; set;}
    See Also